home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / hobbies_ / 32psst10.zip / _SETUP.1 / STO32S.EXE / 0 / RCDATA / TDELETEDLG / TDELETEDLG.txt
Text File  |  1996-09-30  |  2KB  |  96 lines

  1. object DeleteDlg: TDeleteDlg
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm Action'
  7.   ClientHeight = 214
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 300
  20.     Height = 161
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 96
  27.     Width = 267
  28.     Height = 13
  29.     Caption = 'If you want to Delete the above Record please'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 115
  34.     Width = 77
  35.     Height = 13
  36.     Caption = 'type in '#39'YES'#39':'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 20
  40.     Top = 144
  41.     Width = 274
  42.     Height = 13
  43.     Caption = 'WARNING! Record Deletion cannot be Undone!'
  44.     Font.Color = clYellow
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object OKBtn: TBitBtn
  51.     Left = 72
  52.     Top = 180
  53.     Width = 77
  54.     Height = 27
  55.     Caption = '&OK'
  56.     TabOrder = 0
  57.     OnClick = OKBtnClick
  58.     Kind = bkOK
  59.     Margin = 2
  60.     Spacing = -1
  61.     IsControl = True
  62.   end
  63.   object CancelBtn: TBitBtn
  64.     Left = 156
  65.     Top = 180
  66.     Width = 77
  67.     Height = 27
  68.     Caption = '&Cancel'
  69.     TabOrder = 1
  70.     Kind = bkCancel
  71.     Margin = 2
  72.     Spacing = -1
  73.     IsControl = True
  74.   end
  75.   object RadioGroup1: TRadioGroup
  76.     Left = 32
  77.     Top = 24
  78.     Width = 185
  79.     Height = 57
  80.     Caption = 'Delete Record'
  81.     Items.Strings = (
  82.       'Left Page'
  83.       'Right Page')
  84.     TabOrder = 2
  85.   end
  86.   object Edit1: TEdit
  87.     Left = 106
  88.     Top = 113
  89.     Width = 39
  90.     Height = 20
  91.     CharCase = ecUpperCase
  92.     MaxLength = 3
  93.     TabOrder = 3
  94.   end
  95. end
  96.